os.Process.handle (field)

4 uses

	os (current package)
		exec.go#L102: 	handle uintptr
		exec.go#L118: 		handle: handle,
		exec.go#L151: 		return p.handle, statusOK
		exec_linux.go#L12: 	syscall.Close(int(p.handle))